home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOOP / TFRMLOOP.txt < prev   
Encoding:
Text File  |  2003-01-14  |  4.2 KB  |  180 lines

  1. inherited frmLoop: TfrmLoop
  2.   Left = 409
  3.   Top = 142
  4.   HelpContext = 52
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Top = 60
  15.       Height = 12
  16.       Picture.Data = {<image000.ico>}
  17.     end
  18.     inherited memActionDesc: TMemo
  19.       Lines.Strings = (
  20.         
  21.           'Loops through the range of numbers specified.  The variable spec' +
  22.           'ified in the '
  23.         
  24.           'Index parameter is updated with the current loop count.  With ea' +
  25.           'ch successive '
  26.         
  27.           'loop, the loop counter is incremented by the number specified in' +
  28.           ' the Step '
  29.         
  30.           'parameter. The loop ends after the counter has reached the numbe' +
  31.           'r specified in '
  32.         'the stop parameter or when a Break is encountered.')
  33.     end
  34.   end
  35.   inherited pnlCenter: TPanel
  36.     inherited pgcControlPage: TPageControl
  37.       inherited tbsAM5Main: TTabSheet
  38.         object lblStart: TLabel
  39.           Left = 27
  40.           Top = 108
  41.           Width = 202
  42.           Height = 13
  43.           AutoSize = False
  44.           Caption = '&Starting index:'
  45.           FocusControl = edtStart
  46.         end
  47.         object lblStop: TLabel
  48.           Left = 234
  49.           Top = 108
  50.           Width = 218
  51.           Height = 13
  52.           AutoSize = False
  53.           Caption = '&Ending index:'
  54.           FocusControl = edtStop
  55.         end
  56.         object lblTotalLoops: TLabel
  57.           Left = 27
  58.           Top = 32
  59.           Width = 56
  60.           Height = 13
  61.           Caption = 'T&otal loops:'
  62.           FocusControl = edtTotalLoops
  63.         end
  64.         object edtStart: TEdit
  65.           Left = 27
  66.           Top = 124
  67.           Width = 201
  68.           Height = 21
  69.           TabOrder = 0
  70.         end
  71.         object edtStop: TEdit
  72.           Left = 234
  73.           Top = 124
  74.           Width = 202
  75.           Height = 21
  76.           TabOrder = 1
  77.         end
  78.         object rdoLoopTimes: TRadioButton
  79.           Left = 10
  80.           Top = 12
  81.           Width = 313
  82.           Height = 17
  83.           Caption = '&Loop a number of times'
  84.           TabOrder = 2
  85.           OnClick = rdoLoopTimesClick
  86.         end
  87.         object edtTotalLoops: TEdit
  88.           Left = 27
  89.           Top = 48
  90.           Width = 121
  91.           Height = 21
  92.           TabOrder = 3
  93.         end
  94.         object rdoLoopIndex: TRadioButton
  95.           Left = 10
  96.           Top = 88
  97.           Width = 313
  98.           Height = 17
  99.           Caption = 'Loop through a &range'
  100.           TabOrder = 4
  101.           OnClick = rdoLoopIndexClick
  102.         end
  103.       end
  104.       object tbsAdvanced: TTabSheet [1]
  105.         Caption = 'Advanced'
  106.         ImageIndex = 3
  107.         object chkStep: TCheckBox
  108.           Left = 10
  109.           Top = 12
  110.           Width = 425
  111.           Height = 17
  112.           Caption = 'Increment by ste&p:'
  113.           TabOrder = 0
  114.           OnClick = chkStepClick
  115.         end
  116.         object edtStep: TEdit
  117.           Left = 27
  118.           Top = 32
  119.           Width = 208
  120.           Height = 21
  121.           TabOrder = 1
  122.           Text = '1'
  123.         end
  124.         object cboIndexVar: TAM5VarListComboBox
  125.           Left = 27
  126.           Top = 85
  127.           Width = 208
  128.           Height = 21
  129.           ItemHeight = 0
  130.           TabOrder = 2
  131.         end
  132.         object chkPopulateVar: TCheckBox
  133.           Left = 10
  134.           Top = 64
  135.           Width = 441
  136.           Height = 17
  137.           Caption = 'Populate &variable with index count:'
  138.           TabOrder = 3
  139.           OnClick = chkPopulateVarClick
  140.         end
  141.       end
  142.     end
  143.   end
  144.   inherited taclKeyboardTrap: TActionList
  145.     Left = 200
  146.   end
  147.   inherited dxSIBarManager: TdxBarManager
  148.     Categories.ItemsVisibles = (
  149.       2)
  150.     Categories.Visibles = (
  151.       True)
  152.     PopupMenuLinks = <
  153.       item
  154.         Control = lsvAM5Errors
  155.         PopupMenu = dxCheckPopup
  156.       end>
  157.     DockControlHeights = (
  158.       0
  159.       0
  160.       0
  161.       0)
  162.   end
  163.   inherited dxCheckPopup: TdxBarPopupMenu
  164.     ItemLinks = <
  165.       item
  166.         Item = itmCheckAllErrors
  167.         UserGlyph.Data = {00000000}
  168.         Visible = True
  169.       end
  170.       item
  171.         Item = itmCheckNoErrors
  172.         UserGlyph.Data = {00000000}
  173.         Visible = True
  174.       end>
  175.   end
  176.   inherited IvTranslator1: TIvTranslator
  177.     Left = 232
  178.   end
  179. end
  180.